English
Noun
wikipedia
en-noun|sg=for loop
#computing A section of code in which an instruction or group of instructions is executed a specific number of times depending on the value of a loop counter
#:Example (from simple BASIC) - FOR X = 1 to 10; PRINT 1/X; NEXT
Translations
French: boucle for f
|